function driver造句
例句與造句
- A function driver can dynamically link to other kernel - mode dlls too
一個函數(shù)驅動也可以動態(tài)鏈接到其他內核模式的dll 。 - The combination of minidriver and class driver adds up to a single function driver
迷你驅動核類驅動的聯(lián)合組成了一個單一的函數(shù)驅動。 - I said earlier that devices can have upper and lower filter drivers as well as a function driver
之前我說過:設備可以像一個函數(shù)驅動那樣具有更高或更低的過濾驅動。 - Fdo stands for function device object . the function driver uses this object to manage the functionality of the device
Fdo代表功能設備對象。功能驅動使用這個對象來管理設備的功能性。 - You will decide first whether to write a monolithic function driver , a filter driver , or just a minidriver
你首先要決定要編寫一個單片機類的驅動,一個篩選驅動,或者僅僅一個迷你驅動。 - It's difficult to find function driver in a sentence. 用function driver造句挺難的
- The system calls adddevice in the driver specified by the service value in the device key . this is the function driver
系統(tǒng)調用在設備關鍵中由服務值指向的驅動中的“添加設備” 。這是個函數(shù)驅動。 - Before i knew the facts , i guessed that device - level filters would be closer to the function driver than class - level filters
在我了解事實之前,我建議:設備級別的過濾器應該比類級別的過濾器更貼近函數(shù)驅動。 - With some exceptions to be noted in the next section , most other types of device require what i ' ve called here a monolithic wdm function driver
在下一節(jié)中提到了很多反例,大部分其他類型的設備要求(一個)我在這里稱作“單片機wdm功能驅動” (的驅動) 。 - In the software section , the “ wave descriptor ” and the whole communication process of cy7c68013 in the gpif master mode were expounded ; and the testing result of the firmware was listed at the end of the firmware part ; function driver is the bridge between hardware and host software , and the design process of the wdm ( windows driver mode ) driver for the usb was introduced here ; finally the application software used to exhibit the curves and save data was designed , and the functions of the software were also explained
在軟件部分,詳細闡述了cy7c68013在gpif工作模式下的波形設計過程及其數(shù)據(jù)通信流程,并給出了調試結果;驅動程序是硬件和客戶應用程序間通信的橋梁,文中介紹了usb的wdm功能驅動程序設計過程;最后,設計了一個主要用于演示數(shù)據(jù)變化曲線和數(shù)據(jù)保存的應用程序,并對其功能做了解釋。 - Within the category of wdm driver , you can also distinguish between class drivers ( which manage a device belonging to some well - defined class of device ) and minidrivers ( which supply vendor - specific help to a class driver ) , and between monolithic function drivers ( which embody all the functionality needed to support a hardware device ) and filter drivers ( which “ filter ” the i / o operations for a particular device in order to add or modify behavior )
在wdm驅動的范疇里,你還要區(qū)分類驅動(管理屬于某些明確定義設備類的設備)和迷你驅動,以及單片函數(shù)驅動(具體化所有支持一個硬件設備所需的功能)和篩選驅動(為一個特殊的設備過濾一些i / o操作一邊增加或者定義行為) 。